absolute address

英 [ˈæbsəluːt əˈdres] 美 [ˈæbsəluːt əˈdres]

绝对地址

计算机



双语例句

  1. A base address is accompanied by an offset value that is added to the base to determine the exact location ( the absolute address) of the information.
    基址伴随着一个加到基上的偏移值来确定信息准确的位置(绝对地址)。
  2. This is often used for short-range branches where the destination is near the current location, so specifying an offset rather than an absolute address makes more sense.
    这通常用于短程分支,其中目标地址距当前位置很近,因此指定一个偏移量(而不是绝对地址)会更有意义。
  3. At runtime, the main application finds the shared object libraries using either an absolute path or a path relative to LD_LIBRARY_PATH and requests the address of the needed dll entry points.
    在运行时,主应用程序使用绝对路径或相对于LDLIBRARYPATH的相对路径找到共享目标库,并且请求所需的dll入口点的地址。
  4. A related problem is caused by applications that try to load code at an absolute address by calling mmap with the flag MAP_FIXED.
    应用程序试图通过调用带有MAPFIXED标志的mmap从绝对地址加载代码时会产生一个相关问题。
  5. In relative coding, the absolute storage address to which addresses in a region are referenced.
    相对编码中,在某一区域内寻址时所参照的绝对存储器地址。
  6. It is also applied to the absolute address of the beginning of the program area in storage.
    它还适用于存储器中程序空间开始的绝对地址。
  7. To associate an absolute address, virtual address or device identifier with a symbolic address or label in a computer program.
    在计算机程序中,将绝对地址、虚拟地址或设备标识符与符号地址或标号联系起来。
  8. A direct address that identifies a location without reference to a base address. An absolute address may itself be a base address.
    一种无须参考基地址而标识存储位置的直接地址。绝对地址自身可能是基地址。
  9. The Accessing of Absolute Memory Address in the Windows Environment
    Windows下读写内存绝对地址的方法